projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224a16e
)
(function-key-map): Use f11, not \e.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Apr 1994 21:17:32 +0000
(21:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Apr 1994 21:17:32 +0000
(21:17 +0000)
lisp/term/lk201.el
patch
|
blob
|
history
diff --git
a/lisp/term/lk201.el
b/lisp/term/lk201.el
index 303df9b1f4f576ef431d02b3624760141eb263d1..aedf221b4f1b0b76a1e4a7ae88415b16da96028b 100644
(file)
--- a/
lisp/term/lk201.el
+++ b/
lisp/term/lk201.el
@@
-23,7
+23,8
@@
(define-key function-key-map "\e[20~" [f9])
(define-key function-key-map "\e[21~" [f10])
;; Customarily F11 is used as the ESC key.
-(define-key function-key-map "\e[23~" [?\e])
+;; The file that includes this one, takes care of that.
+(define-key function-key-map "\e[23~" [f11])
(define-key function-key-map "\e[24~" [f12])
(define-key function-key-map "\e[25~" [f13])
(define-key function-key-map "\e[26~" [f14])